home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr42 / vocshow2.zip / COMPRESS.LIB < prev    next >
Text File  |  1993-06-08  |  384b  |  13 lines

  1. -- Copyright 1992 by Tom Moran.  May be used by anyone for any purpose.
  2.  
  3. with SB_Samples,
  4.      System;
  5.  
  6. package Compress is
  7.  
  8.   procedure Pack(Unpacked_Source_Address:in     System.Address;
  9.                  Sound_Length           :in     Natural;
  10.                  Packed_Target          :   out SB_Samples.Packed_Sounds);
  11.  
  12. end Compress;
  13.